home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / languages / frexxedv10.lha / fpl / ExtraIO.FPL.README < prev    next >
Encoding:
Text File  |  1994-09-22  |  1.1 KB  |  37 lines

  1. ############################################
  2. File: ExtraIO.FPL
  3. Author: Kjell Ericson/Daniel Stenberg
  4. Email: FidoNet 2:201/328
  5. Short description: a bunch of new I/O functions
  6. Version: 1.2
  7. Date: 29.8.94
  8. Local settings:
  9. Global settings:
  10. Keysequence:
  11. Type: hook
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.   This file brings a number of new I/O functions to FrexxEd. They are
  17.  
  18. Name        Function
  19. ----        --------
  20. Open()        Create a new buffer and load a file into that
  21. SaveAs()    Rename and save the current buffer with the new name
  22. BlockLoad()    Load a file into the current default block buffer
  23. BlockSave()    Save the current default block buffer
  24. SaveChanges()    Save the buffer if any changes have been done to it
  25. SaveAll()    Save all buffers.
  26. SaveAllChanges() Save all buffers that are changed.
  27. Print()        Print the current buffer
  28. BlockPrint()    Print the current block buffer
  29.  
  30.   Details regarding these functions are best found out by reading the source
  31. file! More documentation will be written in the future regarding these
  32. functions.
  33.  
  34. HISTORY
  35.   1.1    Fixed the rename function to work even if the destination file
  36.     doesn't exist! :P
  37.